projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb5c0d
)
* net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 3 Feb 2008 12:06:08 +0000
(12:06 +0000)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 3 Feb 2008 12:06:08 +0000
(12:06 +0000)
`tramp-process-sentinel' as process sentinel.
lisp/net/tramp-fish.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-fish.el
b/lisp/net/tramp-fish.el
index f6f455b18232a4c77d15c34d7b2de89758ea25a4..abf7b0c27a2aa9caa62509d33d336d23563963d0 100644
(file)
--- a/
lisp/net/tramp-fish.el
+++ b/
lisp/net/tramp-fish.el
@@
-1125,7
+1125,7
@@
connection if a previous connection has died for some reason."
(tramp-message vec 6 "%s" (mapconcat 'identity (process-command p) " "))
;; Check whether process is alive.
- (set-process-sentinel p 'tramp-
flush-connection-property
)
+ (set-process-sentinel p 'tramp-
process-sentinel
)
(tramp-set-process-query-on-exit-flag p nil)
(tramp-process-actions p vec tramp-actions-before-shell 60)